home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2108 / 2108.xpi / skin / edit.css next >
Cascading Style Sheet File  |  2009-08-06  |  514b  |  26 lines

  1. sourceeditor {
  2.   -moz-binding: url('chrome://diavolo/content/sourceeditor.xml#sourceeditor');
  3. }
  4. #errors {
  5.     min-height: 3em;
  6.     max-height: 8em;
  7.     overflow: auto;
  8.     color: red;
  9. }
  10. #internal-code {
  11.     font-family: monospace;
  12.     margin-bottom: 0;
  13. }
  14. .findbar-closebutton, .findbar-highlight, *[anonid="find-case-sensitive"] {
  15.     display: none;
  16. }
  17. #findbar {
  18.     border-top: 0;
  19. }
  20. #editor-tools {
  21.     margin-top: 3px;
  22.     padding-top: 2px;
  23.     border-top: 2px solid -moz-use-text-color;
  24.     -moz-border-top-colors: threedshadow threedhighlight;
  25. }
  26.